object frmAddressBar: TfrmAddressBar Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbAddressBar: TGroupBox Left = 16 Top = 1 Width = 605 Height = 112 Caption = 'gbAddressBar' TabOrder = 0 object lblAutoComplete: TAxLabel Left = 24 Top = 30 Width = 550 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblAutoComplete' ShowAccelChar = True end object cbAutoComplete: TCheckBox Left = 24 Top = 73 Width = 550 Height = 17 Caption = 'cbAutoComplete' TabOrder = 0 OnClick = onItemClick end end object gbAutoSuggest: TGroupBox Left = 16 Top = 129 Width = 605 Height = 137 Caption = 'gbAutoSuggest' TabOrder = 1 object lblAutoSuggest: TAxLabel Left = 24 Top = 30 Width = 550 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblAutoSuggest' ShowAccelChar = True end object cbAutoSuggest: TCheckBox Left = 24 Top = 73 Width = 550 Height = 17 Caption = 'cbAutoSuggest' TabOrder = 0 OnClick = onItemClick end object cbAutoDropUp: TCheckBox Left = 24 Top = 95 Width = 550 Height = 17 Caption = 'cbAutoDropUp' TabOrder = 1 OnClick = onItemClick end end end